home *** CD-ROM | disk | FTP | other *** search
/ Freelog 49 / Freelog049.iso / Bas / Inutilitaires / Chirac / CHIRACDA.EXE / scripts / DefineButton2_150 / BUTTONCONDACTION on(release).as
Text File  |  2002-01-27  |  133b  |  10 lines

  1. on(release){
  2.    _root.jump = 1;
  3.    _root.moon = 1;
  4.    cpt = 0;
  5.    if(danc == 1)
  6.    {
  7.       _root.MJ.gotoAndPlay(14);
  8.    }
  9. }
  10.